Resource StructureDefinition/FHIR Server from package ca.on.ehr.r4#0.9.3 (140 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "ServiceRequest",
"url" : "http://ontariohealth.ca/fhir/ehr/StructureDefinition/ca-on-profile-ServiceRequest",
"name" : "ServiceRequest",
"title" : "ServiceRequest",
"status" : "draft",
"description" : "A record of a request for service such as diagnostic investigations, treatments, or operations to be performed.",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "ServiceRequest",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/ServiceRequest",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "ServiceRequest.extension",
"path" : "ServiceRequest.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
}
},
{
"id" : "ServiceRequest.extension:ext-reportableTestIndicator",
"path" : "ServiceRequest.extension",
"sliceName" : "ext-reportableTestIndicator",
"min" : 0,
"max" : "5",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ext-ReportableTestIndicator"
]
}
]
},
{
"id" : "ServiceRequest.extension:TestRequestSortKey",
"path" : "ServiceRequest.extension",
"sliceName" : "TestRequestSortKey",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-sort-key"
]
}
]
},
{
"id" : "ServiceRequest.extension:testRequestBlockIndicator",
"path" : "ServiceRequest.extension",
"sliceName" : "testRequestBlockIndicator",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-record-block"
]
}
]
},
{
"id" : "ServiceRequest.extension:TestRequestPlacer",
"path" : "ServiceRequest.extension",
"sliceName" : "TestRequestPlacer",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-test-request-placer"
]
}
]
},
{
"id" : "ServiceRequest.extension:PointOfCareTestID",
"path" : "ServiceRequest.extension",
"sliceName" : "PointOfCareTestID",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-poc-test-id"
]
}
]
},
{
"id" : "ServiceRequest.extension:PatientPresentLocation",
"path" : "ServiceRequest.extension",
"sliceName" : "PatientPresentLocation",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ext-patient-present-location"
]
}
]
},
{
"id" : "ServiceRequest.extension:CopiedParticipants",
"path" : "ServiceRequest.extension",
"sliceName" : "CopiedParticipants",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://ontariohealth.ca/StructureDefinition/oh-ehr-copied-participants-EXT"
]
}
]
},
{
"id" : "ServiceRequest.extension:routingOptions",
"path" : "ServiceRequest.extension",
"sliceName" : "routingOptions",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ext-routing-options"
]
}
]
},
{
"id" : "ServiceRequest.extension:DART",
"path" : "ServiceRequest.extension",
"sliceName" : "DART",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ext-dart"
]
}
]
},
{
"id" : "ServiceRequest.extension:DARC",
"path" : "ServiceRequest.extension",
"sliceName" : "DARC",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ext-darc"
]
}
]
},
{
"id" : "ServiceRequest.identifier",
"path" : "ServiceRequest.identifier",
"mustSupport" : true
},
{
"id" : "ServiceRequest.identifier.type",
"path" : "ServiceRequest.identifier.type",
"mustSupport" : true,
"binding" : {
"strength" : "extensible",
"valueSet" : "http://hl7.org/fhir/ValueSet/identifier-type"
}
},
{
"id" : "ServiceRequest.identifier.type.coding",
"path" : "ServiceRequest.identifier.type.coding",
"mustSupport" : true
},
{
"id" : "ServiceRequest.identifier.type.coding.system",
"path" : "ServiceRequest.identifier.type.coding.system",
"mustSupport" : true
},
{
"id" : "ServiceRequest.identifier.type.coding.code",
"path" : "ServiceRequest.identifier.type.coding.code",
"mustSupport" : true
},
{
"id" : "ServiceRequest.identifier.type.coding.display",
"path" : "ServiceRequest.identifier.type.coding.display",
"mustSupport" : true
},
{
"id" : "ServiceRequest.identifier.system",
"path" : "ServiceRequest.identifier.system",
"mustSupport" : true
},
{
"id" : "ServiceRequest.identifier.value",
"path" : "ServiceRequest.identifier.value",
"mustSupport" : true
},
{
"id" : "ServiceRequest.identifier.assigner",
"path" : "ServiceRequest.identifier.assigner",
"mustSupport" : true
},
{
"id" : "ServiceRequest.identifier.assigner.reference",
"path" : "ServiceRequest.identifier.assigner.reference",
"mustSupport" : true
},
{
"id" : "ServiceRequest.basedOn",
"path" : "ServiceRequest.basedOn",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/ca-on-profile-ServiceRequest"
]
}
],
"mustSupport" : true
},
{
"id" : "ServiceRequest.basedOn.identifier",
"path" : "ServiceRequest.basedOn.identifier",
"mustSupport" : true
},
{
"id" : "ServiceRequest.basedOn.identifier.type",
"path" : "ServiceRequest.basedOn.identifier.type",
"mustSupport" : true
},
{
"id" : "ServiceRequest.basedOn.identifier.type.coding",
"path" : "ServiceRequest.basedOn.identifier.type.coding",
"max" : "1",
"mustSupport" : true
},
{
"id" : "ServiceRequest.basedOn.identifier.type.coding.system",
"path" : "ServiceRequest.basedOn.identifier.type.coding.system",
"mustSupport" : true
},
{
"id" : "ServiceRequest.basedOn.identifier.type.coding.code",
"path" : "ServiceRequest.basedOn.identifier.type.coding.code",
"mustSupport" : true
},
{
"id" : "ServiceRequest.basedOn.identifier.type.coding.display",
"path" : "ServiceRequest.basedOn.identifier.type.coding.display",
"mustSupport" : true
},
{
"id" : "ServiceRequest.basedOn.identifier.system",
"path" : "ServiceRequest.basedOn.identifier.system",
"mustSupport" : true
},
{
"id" : "ServiceRequest.basedOn.identifier.value",
"path" : "ServiceRequest.basedOn.identifier.value",
"mustSupport" : true
},
{
"id" : "ServiceRequest.replaces",
"path" : "ServiceRequest.replaces",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/ca-on-profile-ServiceRequest"
]
}
],
"mustSupport" : true
},
{
"id" : "ServiceRequest.replaces.identifier",
"path" : "ServiceRequest.replaces.identifier",
"mustSupport" : true
},
{
"id" : "ServiceRequest.replaces.identifier.type",
"path" : "ServiceRequest.replaces.identifier.type",
"mustSupport" : true
},
{
"id" : "ServiceRequest.replaces.identifier.type.coding",
"path" : "ServiceRequest.replaces.identifier.type.coding",
"max" : "1",
"mustSupport" : true
},
{
"id" : "ServiceRequest.replaces.identifier.type.coding.system",
"path" : "ServiceRequest.replaces.identifier.type.coding.system",
"mustSupport" : true
},
{
"id" : "ServiceRequest.replaces.identifier.type.coding.code",
"path" : "ServiceRequest.replaces.identifier.type.coding.code",
"mustSupport" : true
},
{
"id" : "ServiceRequest.replaces.identifier.type.coding.display",
"path" : "ServiceRequest.replaces.identifier.type.coding.display",
"mustSupport" : true
},
{
"id" : "ServiceRequest.replaces.identifier.system",
"path" : "ServiceRequest.replaces.identifier.system",
"mustSupport" : true
},
{
"id" : "ServiceRequest.replaces.identifier.value",
"path" : "ServiceRequest.replaces.identifier.value",
"mustSupport" : true
},
{
"id" : "ServiceRequest.requisition",
"path" : "ServiceRequest.requisition",
"mustSupport" : true
},
{
"id" : "ServiceRequest.requisition.type",
"path" : "ServiceRequest.requisition.type",
"mustSupport" : true
},
{
"id" : "ServiceRequest.requisition.type.coding",
"path" : "ServiceRequest.requisition.type.coding",
"max" : "1",
"mustSupport" : true
},
{
"id" : "ServiceRequest.requisition.type.coding.system",
"path" : "ServiceRequest.requisition.type.coding.system",
"mustSupport" : true
},
{
"id" : "ServiceRequest.requisition.type.coding.code",
"path" : "ServiceRequest.requisition.type.coding.code",
"mustSupport" : true
},
{
"id" : "ServiceRequest.requisition.type.coding.display",
"path" : "ServiceRequest.requisition.type.coding.display",
"mustSupport" : true
},
{
"id" : "ServiceRequest.requisition.system",
"path" : "ServiceRequest.requisition.system",
"mustSupport" : true
},
{
"id" : "ServiceRequest.requisition.value",
"path" : "ServiceRequest.requisition.value",
"mustSupport" : true
},
{
"id" : "ServiceRequest.status",
"path" : "ServiceRequest.status",
"mustSupport" : true
},
{
"id" : "ServiceRequest.status.extension",
"path" : "ServiceRequest.status.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
}
},
{
"id" : "ServiceRequest.status.extension:ext-OLISLabRequestStatus",
"path" : "ServiceRequest.status.extension",
"sliceName" : "ext-OLISLabRequestStatus",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ext-lab-request-status"
]
}
]
},
{
"id" : "ServiceRequest.intent",
"path" : "ServiceRequest.intent",
"mustSupport" : true
},
{
"id" : "ServiceRequest.category",
"path" : "ServiceRequest.category",
"type" : [
{
"code" : "CodeableConcept",
"profile" : [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr"
]
}
],
"mustSupport" : true,
"binding" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/tools/StructureDefinition/additional-binding",
"valueString" : "ServiceRequestCategory",
"extension" : [
{
"url" : "purpose",
"valueCode" : "candidate"
},
{
"url" : "valueSet",
"valueCanonical" : "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_29.html"
},
{
"url" : "documentation",
"valueMarkdown" : "Transitive closure of CID 29 AcquisitionModality"
}
]
},
{
"extension" : [
{
"url" : "purpose",
"valueCode" : "candidate"
},
{
"url" : "valueSet",
"valueCanonical" : "http://ontariohealth.ca/fhir/ValueSet/mi-procedure-specialty"
},
{
"url" : "documentation",
"valueMarkdown" : "A code that classifies a specialty of an MI procedure. This is used for searching, sorting and display purposes."
}
],
"url" : "http://hl7.org/fhir/tools/StructureDefinition/additional-binding"
},
{
"extension" : [
{
"url" : "purpose",
"valueCode" : "candidate"
},
{
"url" : "valueSet",
"valueCanonical" : "http://ontariohealth.ca/fhir/ValueSet/mi-procedure-bodypart-sct"
},
{
"url" : "documentation",
"valueMarkdown" : "A code that classifies a body part of an MI procedure using SNOMED CT codes. This is used for searching, sorting and display purposes."
}
],
"url" : "http://hl7.org/fhir/tools/StructureDefinition/additional-binding"
},
{
"extension" : [
{
"url" : "purpose",
"valueCode" : "candidate"
},
{
"url" : "valueSet",
"valueCanonical" : "http://ontariohealth.ca/fhir/ValueSet/mi-procedure-laterality-sct"
},
{
"url" : "documentation",
"valueMarkdown" : "A code that classifies a laterality of an MI procedure using SNOMED CT codes. This is used for searching, sorting and display purposes."
}
],
"url" : "http://hl7.org/fhir/tools/StructureDefinition/additional-binding"
},
{
"extension" : [
{
"url" : "purpose",
"valueCode" : "candidate"
},
{
"url" : "valueSet",
"valueCanonical" : "http://ontariohealth.ca/fhir/ValueSet/mi-procedure-contrast-used"
},
{
"url" : "documentation",
"valueMarkdown" : "A code that classifies a use of Contrast for an MI procedure. This is used for searching, sorting and display purposes."
}
],
"url" : "http://hl7.org/fhir/tools/StructureDefinition/additional-binding"
}
],
"strength" : "example",
"description" : "Classification of the requested service.",
"valueSet" : "http://hl7.org/fhir/ValueSet/servicerequest-category"
}
},
{
"id" : "ServiceRequest.priority",
"path" : "ServiceRequest.priority",
"mustSupport" : true
},
{
"id" : "ServiceRequest.code",
"path" : "ServiceRequest.code",
"type" : [
{
"code" : "CodeableConcept",
"profile" : [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr"
]
}
],
"mustSupport" : true,
"binding" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/tools/StructureDefinition/additional-binding",
"valueString" : "ServiceRequestCode",
"extension" : [
{
"url" : "purpose",
"valueCode" : "candidate"
},
{
"url" : "valueSet",
"valueCanonical" : "http://ontariohealth.ca/fhir/ValueSet/mi-procedure-type-provincial"
},
{
"url" : "documentation",
"valueMarkdown" : "A code that classifies a use of Contrast for an MI procedure. This is used for searching, sorting and display purposes."
}
]
},
{
"extension" : [
{
"url" : "purpose",
"valueCode" : "candidate"
},
{
"url" : "valueSet",
"valueCanonical" : "http://ontariohealth.ca/fhir/ValueSet/mi-procedure-type-sct"
},
{
"url" : "documentation",
"valueMarkdown" : "A code that classifies a use of Contrast for an MI procedure. This is used for searching, sorting and display purposes."
}
],
"url" : "http://hl7.org/fhir/tools/StructureDefinition/additional-binding"
},
{
"extension" : [
{
"url" : "purpose",
"valueCode" : "candidate"
},
{
"url" : "valueSet",
"valueCanonical" : "http://ehealthontario.ca/fhir/ValueSet/ca-on-lab-test-request-codes"
},
{
"url" : "documentation",
"valueMarkdown" : "Test request codes supported by eHealth Ontario. These are found on the Test Request Nomenclature tab of the downloadable Excel spreadsheet. Note: REFER TO THE LATEST OLIS NOMENCLATURE FILE https://www.ehealthontario.on.ca/en/olis-nomenclature"
}
],
"url" : "http://hl7.org/fhir/tools/StructureDefinition/additional-binding"
}
],
"strength" : "example",
"description" : "Codes for tests or services that can be carried out by a designated individual, organization or healthcare service. For laboratory, LOINC is (preferred)[http://build.fhir.org/terminologies.html#preferred] and a valueset using LOINC Order codes is available [here](valueset-diagnostic-requests.html).",
"valueSet" : "http://hl7.org/fhir/ValueSet/procedure-code"
}
},
{
"id" : "ServiceRequest.orderDetail",
"path" : "ServiceRequest.orderDetail",
"type" : [
{
"code" : "CodeableConcept",
"profile" : [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr"
]
}
],
"mustSupport" : true,
"binding" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/tools/StructureDefinition/additional-binding",
"valueString" : "OrderDetail",
"extension" : [
{
"url" : "purpose",
"valueCode" : "candidate"
},
{
"url" : "valueSet",
"valueCanonical" : "http://terminology.hl7.org/ValueSet/v2-0065"
},
{
"url" : "documentation",
"valueMarkdown" : "FHIR Value set/code system definition for HL7 v2 table 0065 ( ACTION CODE)"
}
]
}
],
"strength" : "example",
"description" : "Codified order entry details which are based on order context.",
"valueSet" : "http://hl7.org/fhir/ValueSet/servicerequest-orderdetail"
}
},
{
"id" : "ServiceRequest.orderDetail.text",
"path" : "ServiceRequest.orderDetail.text",
"min" : 1
},
{
"id" : "ServiceRequest.subject",
"path" : "ServiceRequest.subject",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/ca-on-profile-Patient"
]
}
],
"mustSupport" : true
},
{
"id" : "ServiceRequest.subject.reference",
"path" : "ServiceRequest.subject.reference",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.encounter",
"path" : "ServiceRequest.encounter",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/ca-on-profile-Encounter"
]
}
],
"mustSupport" : true
},
{
"id" : "ServiceRequest.encounter.reference",
"path" : "ServiceRequest.encounter.reference",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.occurrence[x]",
"path" : "ServiceRequest.occurrence[x]",
"mustSupport" : true
},
{
"id" : "ServiceRequest.authoredOn",
"path" : "ServiceRequest.authoredOn",
"mustSupport" : true
},
{
"id" : "ServiceRequest.requester",
"path" : "ServiceRequest.requester",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/ca-on-profile-PractitionerRole",
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/ca-on-profile-Practitioner",
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/ca-on-profile-Organization"
]
}
],
"mustSupport" : true
},
{
"id" : "ServiceRequest.requester.reference",
"path" : "ServiceRequest.requester.reference",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.performer",
"path" : "ServiceRequest.performer",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/ca-on-profile-PractitionerRole",
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/ca-on-profile-Practitioner",
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/ca-on-profile-Organization"
]
}
],
"mustSupport" : true
},
{
"id" : "ServiceRequest.performer.reference",
"path" : "ServiceRequest.performer.reference",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.locationReference",
"path" : "ServiceRequest.locationReference",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/ca-on-profile-Location"
]
}
],
"mustSupport" : true
},
{
"id" : "ServiceRequest.locationReference.reference",
"path" : "ServiceRequest.locationReference.reference",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.reasonCode",
"path" : "ServiceRequest.reasonCode",
"type" : [
{
"code" : "CodeableConcept",
"profile" : [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr"
]
}
],
"mustSupport" : true,
"binding" : {
"strength" : "preferred",
"valueSet" : "http://hl7.org/fhir/ValueSet/procedure-reason",
"extension" : [
{
"extension" : [
{
"url" : "purpose",
"valueCode" : "candidate"
},
{
"url" : "valueSet",
"valueCanonical" : "http://ehealthontario.ca/fhir/ValueSet/ca-on-diagnosis-codes"
},
{
"url" : "documentation",
"valueMarkdown" : "This value set contains all concepts represented by ICD-10-CA - the International Classification of Disease developed by the WHO and enhanced by CIHI to meed Canadian morbidity data needs"
}
],
"url" : "http://hl7.org/fhir/tools/StructureDefinition/additional-binding"
}
]
}
},
{
"id" : "ServiceRequest.reasonCode.coding.system",
"path" : "ServiceRequest.reasonCode.coding.system",
"min" : 1
},
{
"id" : "ServiceRequest.reasonReference",
"path" : "ServiceRequest.reasonReference",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "ServiceRequest.supportingInfo",
"path" : "ServiceRequest.supportingInfo",
"mustSupport" : true
},
{
"id" : "ServiceRequest.supportingInfo.display",
"path" : "ServiceRequest.supportingInfo.display",
"mustSupport" : true
},
{
"id" : "ServiceRequest.specimen",
"path" : "ServiceRequest.specimen",
"max" : "1",
"mustSupport" : true
},
{
"id" : "ServiceRequest.bodySite",
"path" : "ServiceRequest.bodySite",
"type" : [
{
"code" : "CodeableConcept",
"profile" : [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr"
]
}
],
"mustSupport" : true
},
{
"id" : "ServiceRequest.note",
"path" : "ServiceRequest.note",
"mustSupport" : true
},
{
"id" : "ServiceRequest.note.extension:ext-source-comment",
"path" : "ServiceRequest.note.extension",
"sliceName" : "ext-source-comment",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-note-source"
]
}
]
},
{
"id" : "ServiceRequest.note.text",
"path" : "ServiceRequest.note.text",
"mustSupport" : true
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.